home *** CD-ROM | disk | FTP | other *** search
- object CellProperty: TCellProperty
- Left = 175
- Top = 124
- BorderStyle = bsDialog
- Caption = 'Cell Properties'
- ClientHeight = 164
- ClientWidth = 278
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 10
- Top = 58
- Width = 133
- Height = 13
- Caption = 'Horizontal Alignment'
- end
- object Label2: TLabel
- Left = 148
- Top = 58
- Width = 123
- Height = 13
- Caption = 'Vertical Alignment'
- end
- object Label3: TLabel
- Left = 10
- Top = 12
- Width = 45
- Height = 13
- Caption = 'Text'
- end
- object HAlignCombo: TComboBox
- Left = 10
- Top = 72
- Width = 119
- Height = 20
- ItemHeight = 13
- Items.Strings = (
- 'left'
- 'center'
- 'right')
- TabOrder = 1
- end
- object VAlignCombo: TComboBox
- Left = 148
- Top = 72
- Width = 119
- Height = 20
- ItemHeight = 13
- Items.Strings = (
- 'top'
- 'center'
- 'bottom'
- '')
- TabOrder = 2
- end
- object TextEdit: TEdit
- Left = 10
- Top = 26
- Width = 257
- Height = 20
- TabOrder = 0
- end
- object BitBtn1: TBitBtn
- Left = 62
- Top = 128
- Width = 72
- Height = 27
- TabOrder = 3
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 144
- Top = 128
- Width = 72
- Height = 27
- TabOrder = 4
- Kind = bkCancel
- end
- object NoWrapCheck: TCheckBox
- Left = 10
- Top = 100
- Width = 97
- Height = 17
- Caption = 'NoWrap'
- TabOrder = 5
- end
- end
-